Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IArray<T> Interface / Count Property


In This Topic
    Count Property (IArray<T>)
    In This Topic
    Gets the total number of items.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IArray(Of T)
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The total number of items.
    See Also